Interface DslSignaling

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
DslSignalingImpl

public interface DslSignaling extends Process
Information provided by the PKI file:

    \class DslSignaling
    
    \brief DslSignaling handles and manipulates the PPP encapsulation process.
    
    \example network().getDevice("Router0").getProcess("DslSignaling")
    
Author:
Auto-generated
  • Method Details

    • getPacketCnt

      int getPacketCnt()
      Information provided by the PKI file:
      
          \brief Returns the number of packets
          
          \return int, number of packets
          
              
      Returns:
      int Returns a int
    • getUserTrafficAt

      UserTraffic getUserTrafficAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the UserTraffic at the specified index
          
          \param index, specified index
          
          \return UserTraffic, UserTraffic boject
          
              
      Parameters:
      index - Takes in a parameter of index
      Returns:
      UserTraffic Returns a UserTraffic